home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000338_news@columbia.edu_Mon Sep 11 14:42:12 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA22492
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 11 Sep 1995 23:13:37 -0400
  3. Received: by apakabar.cc.columbia.edu id AA08089
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 11 Sep 1995 23:13:35 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!uunet!in1.uu.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: ?warning: unknown hardware for port
  9. Message-Id: <1995Sep11.204212.61093@cc.usu.edu>
  10. Date: 11 Sep 95 20:42:12 MDT
  11. References: <Pine.PMDF.3.91.950911164308.13418A-100000@axe>
  12. Organization: Utah State University
  13. Lines: 22
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <Pine.PMDF.3.91.950911164308.13418A-100000@axe>, Larry Levine <ll1@axe> writes:
  17. > I recently switched from MS-Kermit 2.32 to 3.14, which resulted in a 
  18. > previously unseen problem...
  19. > Occasionally, immediately after my modem reports a connect, Ms-Kermit 
  20. > will show the message, 
  21. >     ?warning: unknown hardware for port.  Using Bios as BIOS2. 
  22. > A "set port 2" entered from the keyboard puts matters right.  Of course 
  23. > there is also a "set port 2" in my mscustom.ini, and in my log-in 
  24. > script.
  25. > What's going on?  Suggestions for correcting this?    
  26. -----------
  27.     I dunno. The most suspicious culprit is a hardware conflict over
  28. the port. Do you have anything else attacking that port? A mouse driver,
  29. a MODE blah,P, hardware stepping on the IRQ wire or i/o port numbers?
  30. There is quite a bit of discussion of serial ports in the distribution
  31. docs so I suggest reading the material and see if any points apply to
  32. your machine.
  33.     Joe D.